home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / autoex.zip / AUTOEXEC.NCF < prev   
Text File  |  1991-01-22  |  6KB  |  177 lines

  1. ;Generic AUTOEXEC.NCF - 01/22/91
  2. ;    Source: Darin May, MIS/LAN Manager Society of Critical Care Medicine
  3. ;
  4. ;    Note:
  5. ;        Replace parameters within angle-brackets with relevant
  6. ;        values for custom installation.
  7.  
  8.     
  9. ; Setup Fileserver Definitions
  10. file server name <server_name>
  11. ipx internal net <net_address>
  12.  
  13. ; Set System Variables
  14. set timezone <time_zone>
  15.  
  16. ;============================================
  17. ;Patches
  18. ;    Patches are listed in the following
  19. ;    order:
  20. ;        Static Patches
  21. ;        Critical Patches
  22. ;        Non-critical Patches
  23. ;        Other Patches
  24. ;
  25. ;    SERVER.EXE Patches fall into one
  26. ;    of three types:
  27. ;
  28. ;    Static, Semi-Static, and Dynamic
  29. ;
  30. ;    Static patches are patches directly made
  31. ;    into the SERVER.EXE file itself and are
  32. ;    permanent.  These patches were developed
  33. ;    before the Patch Manager system was
  34. ;    developed.
  35. ;
  36. ;    Semi-Static patches are loaded and remain
  37. ;    in effect until the server is restarted.
  38. ;
  39. ;    Dynamic patches can be unloaded while
  40. ;    the server is operational.
  41. ;
  42. ;    Other "patches" may add functionality
  43. ;    without patching SERVER.EXE
  44. ;
  45. ;============================================
  46. ;Static Patches
  47. ;============================================
  48. ; Scan Bindery Fix - 07/19/90 (9699 bytes)
  49. ;    Purpose: Corrects faliure to recognize
  50. ;        the "?" wildcard character during
  51. ;        the ScanBinderyObject OS call.
  52. ;    Symptom: OS returns "Object not found"
  53. ; re: SCANBFIX.EXE
  54. ;
  55. ;============================================
  56. ; Patch Manager - 10/29/90 12:51 (4174 bytes)
  57. ;    Purpose: Manages all Netware patches and adds
  58. ;        PATCH console command
  59. load PATCHMAN
  60. ;============================================
  61. ;Critical Patches
  62. ;============================================
  63. ; Disk cache subsystem Fix - 10/29/90 17:05 (1189 bytes)
  64. ;    Type: Semi-Static
  65. ;    Purpose: To correct a bug in the file caching algorithm
  66. ;        that could cause loss of data
  67. load CACHEFIX
  68. ;------------
  69. ; Watchdog/Clear Connection Fix - 10/29/90 18:17 (1182 bytes)
  70. ;    Type: Semi-Static
  71. ;    Purpose: To prevent the following server ABEND:
  72. ;        "Abend: Total sprintf string length was too long (Error code 00000000)"
  73. load WDOGFIX
  74. ;------------
  75. ; Immediate Purge File Fix - 10/29/90 17:53 (1872 bytes)
  76. ;    Type: Dynamic
  77. ;    Purpose: To prevent the following server ABEND:
  78. ;        "Abend: DeleteFileCompletely found an invalid TNode"
  79. load DELFIX
  80. ;------------
  81. ; Delete Directory Fix - 10/29/90 10:05 (1773 bytes)
  82. ;    Type: Dynamic
  83. ;    Purpose: To prevent the following server ABEND:
  84. ;        "Abend: DeleteDirectory found invalid phantom list"
  85. load DELDIRFX
  86. ;------------
  87. ; Erase File ABEND Fix - 11/21/90 13:02 (3991 bytes)
  88. ;    Type: Dynamic
  89. ;    Purpose: To prevent the following server ABEND:
  90. ;        "Abend: Erase file should have done something"
  91. ;    Symptoms: Server will generate ABEND if a directory
  92. ;        which contains a large number of files is deleted.
  93. ;    NOTE: Use only if problem seen.
  94. ;;load ERASEFIX
  95. ;------------
  96. ; TTS Fix - 12/05/90 08:58 (1938 bytes)
  97. ;    Type: Dynamic
  98. ;    Purpose: To prevent the following server ABEND:
  99. ;        "Abend: TTSAbortTransaction detected a bad TTS file"
  100. load TTSFIX
  101. ;============================================
  102. ;Non-Critical Patches
  103. ;============================================
  104. ; IPX Receive Incomplete Fix - 10/11/90 17:03 (1279 bytes)
  105. ;    Type: Dynamic
  106. ;    Purpose: Solves problem of older 3.0 driver versions
  107. ;        causing the following server error:
  108. ;        "IPX received incomplete packet"
  109. ;    NOTE: Use only if problem seen.
  110. ;;load IPXINCOM
  111. ;------------
  112. ; RW/RO Open File Fix - 10/29/90 18:09 (4174 bytes)
  113. ;    Type: Dynamic
  114. ;    Purpose: To allow files to be opened in Read/Write (RW)
  115. ;        mode when file is marked Read Only (RO).
  116. ;        DOS allows files to be opened RW when marked RO if
  117. ;        no attempt is made to write to the file even if
  118. ;        "read only compatibility = ON" is present in the
  119. ;        SHELL.CFG workstation boot file.
  120. ;    Symptoms: "File not found" or "Access denied" errors
  121. ;        at workstations.
  122. load FIXOPEN
  123. ;------------
  124. ; NCPLimit Fix - 12/12/90 09:25 (1980 bytes)
  125. ;    Type: Dynamic
  126. ;    Purpose: To attempt to correct "findfirst" file system
  127. ;        call that generates the following server warning:
  128. ;        "Connection exceeded NCP directory search limit"
  129. load NCPLIMIT
  130. ;------------
  131. ; Zero Date/Time Fix - 12/07/90 08:46 (2563 bytes)
  132. ;    Type: Dynamic
  133. ;    Purpose: 1. To allow files to have date/time set to 0
  134. ;             2. Fix time/date assignment for copied files
  135. load DTTMFIX
  136. ;------------
  137. ; Encrypted password fix - 01/03/91 09:00 (2519 bytes)
  138. ;    Type: Dynamic
  139. ;    Purpose: To attempt to thwart brute-force password gussing
  140. ;        if "Intruder detection" is not enabled by adding
  141. ;        time delay if incorrect password is entered
  142. load PASSFIX
  143. ;============================================
  144. ;Other "Patches"
  145. ;============================================
  146. ; VREPAIR 3.11 Shim - 01/11/91 15:52 (699 bytes)
  147. ;    Type: Not a patch
  148. ;    Purpose: To allow Vrepair.NLM v3.11 to run on NW 3.10a.
  149. load VRSHIM
  150. ;============================================
  151. ;End of Patches
  152. ;============================================
  153.  
  154. ; Setup Spooler Mappings
  155. ;
  156. ;examples:
  157. spool 0 <printq_0>
  158. spool 1 <printq_1>
  159. spool 2 <printq_2>
  160.  
  161. ; Load and Bind LAN Drivers
  162. ;
  163. ;examples:
  164. load GES386AT port=2A0 int=3 
  165. load GES386AT port=280 int=4
  166. load GES386AT port=360 int=A 
  167. bind IPX to GES386AT [port=2A0 int=3] net=1
  168. bind IPX to GES386AT [port=280 int=4] net=2
  169. bind IPX to GES386AT [port=360 int=A] net=3
  170.  
  171. ; Initialize Remote Console
  172. load remote <password>
  173. load rspx
  174.  
  175. ; Remove DOS and use lower 640K RAM
  176. secure console
  177.